home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / cdactual.dir / Internal_19_shareware.ls < prev    next >
Encoding:
Text File  |  1998-03-17  |  224 b   |  12 lines

  1. on mouseUp
  2.   if the platform contains "Windows,16" then
  3.     open("./share/share16.exe")
  4.     quit()
  5.   else
  6.     if the platform contains "Windows,32" then
  7.       open("./share/share32.exe")
  8.       quit()
  9.     end if
  10.   end if
  11. end
  12.